Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 自动钓鱼v1.3.1 修复单体召唤物bug,加入了“随机物品”配置项。 #559

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

1242509682
Copy link
Contributor

@1242509682 1242509682 commented Nov 9, 2024

详细说明

v1.3.1
修复了在多钩钓鱼模式下,单体召唤物衍生更多数量BUG
并加了一个配置项来禁止它们"禁止衍生弹幕"。
加入了随机物品配置项,开启时会随机钓到任意物品。

PR 自查表

更新插件/修复BUG

  • 插件已修改版本号
  • 更新插件README.md中的更新日志
  • 插件可以正常工作

其他

  • ❤️熙恩我喜欢你

Note

没用的选项自行删掉哦~

ACaiCat
ACaiCat previously requested changes Nov 9, 2024
if (Config.Random)
{
var rm = new Random();
var id = rm.Next(1, 5455);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.Next(1, Terraria.ID.ItemID.Count-1)

@ACaiCat ACaiCat enabled auto-merge November 9, 2024 20:45
@ACaiCat ACaiCat added this pull request to the merge queue Nov 11, 2024
Merged via the queue into UnrealMultiple:master with commit d0c9607 Nov 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants